home *** CD-ROM | disk | FTP | other *** search
/ Champak 123 / (Vol 123) Jan 13 2011.iso / Games / island_fishing.swf / scripts / DefineButton2_63 / BUTTONCONDACTION on(release).as
Text File  |  2011-01-13  |  97b  |  6 lines

  1. on(release){
  2.    _root.difficulty = 3;
  3.    _root.speed = 7;
  4.    _root.gotoAndPlay("level1");
  5. }
  6.